home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 52
/
Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso
/
Aminet
/
util
/
moni
/
Scout-src.lha
/
source
/
scout_logo.c
< prev
next >
Wrap
C/C++ Source or Header
|
2002-09-16
|
5KB
|
97 lines
/**
* Scout - The Amiga System Monitor
*
*------------------------------------------------------------------
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
* You must not use this source code to gain profit of any kind!
*
*------------------------------------------------------------------
*
* @author Andreas Gelhausen
* @author Richard Körber <rkoerber@gmx.de>
*/
#include "system_headers.h"
#ifdef USE_SCOUT_LOGO_COLORS
const ULONG scout_logo_colors[12] =
{
0x00000000,0x00000000,0x00000000,
0xffffffff,0xffffffff,0xffffffff,
0x99999999,0x99999999,0x99999999,
0xbbbbbbbb,0xbbbbbbbb,0xbbbbbbbb,
};
#endif
#define SCOUT_LOGO_WIDTH 25
#define SCOUT_LOGO_HEIGHT 75
#define SCOUT_LOGO_DEPTH 2
#define SCOUT_LOGO_COMPRESSION 1
#define SCOUT_LOGO_MASKING 0
#ifdef USE_SCOUT_LOGO_HEADER
const struct BitMapHeader scout_logo_header =
{ 25,75,0,0,2,0,1,0,0,10,11,25,75 };
#endif
#ifdef USE_SCOUT_LOGO_BODY
const UBYTE scout_logo_body[635] = {
0xfd,0x00,0xfd,0x00,0xfd,0x00,0xfd,0x00,0xfd,0x00,0xfd,0x00,0xfd,0x00,0xfd,
0x00,0xfd,0x00,0xfd,0x00,0xfd,0x00,0xfd,0x00,0x03,0x00,0x10,0x00,0x00,0x03,
0x00,0x10,0x00,0x00,0x03,0x00,0x10,0x00,0x00,0x03,0x00,0x20,0x00,0x00,0x03,
0x00,0x30,0x18,0x00,0xff,0x00,0x01,0x38,0x00,0x03,0x00,0x30,0xf8,0x00,0x03,
0x00,0x01,0xc0,0x00,0x03,0x0f,0xff,0xf8,0x00,0x03,0x0f,0xce,0x00,0x00,0x03,
0x0f,0xff,0xf8,0x00,0x00,0x10,0xfe,0x00,0x03,0x07,0xff,0xf8,0x00,0x00,0x08,
0xfe,0x00,0x03,0x00,0x30,0xf8,0x00,0x03,0x00,0x49,0x00,0x00,0x03,0x00,0x30,
0x18,0x00,0xff,0x00,0x01,0x20,0x00,0x03,0x00,0x20,0x00,0x00,0x03,0x00,0x10,
0x00,0x00,0x03,0x00,0x20,0x00,0x00,0x03,0x00,0x20,0x00,0x00,0xff,0x00,0x01,
0x18,0x00,0xff,0x00,0x01,0x20,0x00,0x03,0x00,0x3f,0xb8,0x00,0x03,0x00,0x7f,
0xc0,0x00,0x03,0x00,0x7f,0xf0,0x00,0xff,0x00,0x01,0x08,0x00,0x03,0x00,0x7f,
0xf0,0x00,0x03,0x00,0x40,0x10,0x00,0xff,0x00,0x01,0x70,0x00,0xff,0x00,0x01,
0x88,0x00,0xff,0x00,0x01,0x38,0x00,0xff,0x00,0x01,0x40,0x00,0xff,0x00,0x01,
0x38,0x00,0xfd,0x00,0xff,0x00,0x01,0x38,0x00,0xfd,0x00,0xff,0x00,0x01,0x38,
0x00,0xff,0x00,0x01,0x40,0x00,0xff,0x00,0x01,0x70,0x00,0xff,0x00,0x01,0x88,
0x00,0x03,0x00,0x3f,0xf0,0x00,0x03,0x00,0x7f,0x00,0x00,0x03,0x00,0x7f,0xe0,
0x00,0xff,0x00,0x01,0x10,0x00,0x03,0x00,0x7f,0x80,0x00,0x03,0x00,0x40,0x40,
0x00,0xfd,0x00,0xfd,0x00,0xfd,0x00,0xfd,0x00,0x03,0x00,0x07,0x80,0x00,0x03,
0x00,0x08,0x40,0x00,0x03,0x00,0x1f,0xe0,0x00,0xfd,0x00,0x03,0x00,0x3f,0xf0,
0x00,0x03,0x00,0x07,0x00,0x00,0x03,0x00,0x30,0x70,0x00,0x03,0x00,0x48,0x88,
0x00,0x03,0x00,0x70,0x38,0x00,0x03,0x00,0x50,0x48,0x00,0x03,0x00,0x70,0x38,
0x00,0x03,0x00,0x10,0x00,0x00,0x03,0x00,0x70,0x38,0x00,0x03,0x00,0x10,0x00,
0x00,0x03,0x00,0x70,0x38,0x00,0x03,0x00,0x50,0x48,0x00,0x03,0x00,0x30,0x70,
0x00,0x03,0x00,0x48,0x88,0x00,0x03,0x00,0x3f,0xf0,0x00,0x03,0x00,0x07,0x00,
0x00,0x03,0x00,0x1f,0xe0,0x00,0xfd,0x00,0x03,0x00,0x07,0x80,0x00,0x03,0x00,
0x08,0x40,0x00,0xfd,0x00,0xfd,0x00,0xff,0x00,0x01,0x40,0x00,0xff,0x00,0x01,
0xa0,0x00,0x03,0x00,0x30,0xe0,0x00,0x03,0x00,0x10,0x10,0x00,0x03,0x00,0x38,
0x70,0x00,0x03,0x00,0x48,0x80,0x00,0x03,0x00,0x78,0x30,0x00,0x03,0x00,0x40,
0x48,0x00,0x03,0x00,0x70,0x38,0x00,0x03,0x00,0x10,0x00,0x00,0x03,0x00,0x70,
0x38,0x00,0x03,0x00,0x10,0x00,0x00,0x03,0x00,0x70,0x38,0x00,0x03,0x00,0x50,
0x40,0x00,0x03,0x00,0x30,0x70,0x00,0x03,0x00,0x48,0x88,0x00,0x03,0x00,0x3f,
0xf0,0x00,0x03,0x00,0x07,0x00,0x00,0x03,0x00,0x1f,0xe0,0x00,0x03,0x00,0x20,
0x10,0x00,0x03,0x00,0x07,0x80,0x00,0x03,0x00,0x08,0x40,0x00,0xfd,0x00,0xfd,
0x00,0xfd,0x00,0xfd,0x00,0x03,0x04,0x01,0x80,0x00,0xff,0x02,0x01,0x40,0x00,
0x03,0x06,0x07,0xe0,0x00,0x00,0x01,0xfe,0x00,0xff,0x0f,0x01,0xf0,0x00,0x00,
0x08,0xfe,0x00,0x03,0x0e,0x1e,0x70,0x00,0x03,0x00,0x12,0x40,0x00,0x03,0x0e,
0x1c,0x38,0x00,0x03,0x12,0x04,0x00,0x00,0x03,0x0e,0x38,0x38,0x00,0x03,0x12,
0x20,0x00,0x00,0x03,0x0e,0x38,0x38,0x00,0x03,0x12,0x08,0x00,0x00,0x03,0x0e,
0x70,0x30,0x00,0x03,0x00,0x40,0x08,0x00,0x03,0x0f,0xf0,0x70,0x00,0x03,0x08,
0x10,0x80,0x00,0x03,0x07,0xe0,0xe0,0x00,0xff,0x00,0x01,0x10,0x00,0x03,0x03,
0xc0,0x60,0x00,0x03,0x02,0x40,0x80,0x00,0xfd,0x00,0xff,0x00,0x01,0x60,0x00,
0xfd,0x00,0xfd,0x00,0xfd,0x00,0xfd,0x00,0xfd,0x00,0xfd,0x00,0xfd,0x00,0xfd,
0x00,0xfd,0x00,0xfd,0x00, };
#endif